Use dh-sequencers
authorJochen Sprickerhof <jspricke@debian.org>
Tue, 12 Oct 2021 07:50:24 +0000 (09:50 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Tue, 12 Oct 2021 07:50:24 +0000 (09:50 +0200)
debian/control
debian/rules

index 8d21cb13f7857a1d8494a2d2b0c1ff96c47e748c..9a282ca760f3e22d9509b7c18a00642d03450e8e 100644 (file)
@@ -10,13 +10,13 @@ Build-Depends: chrpath,
                debhelper-compat (= 13),
                default-jdk [!hppa !hurd-any !kfreebsd-any],
                default-libmysqlclient-dev,
-               dh-python,
+               dh-sequence-python3,
                doxygen-latex,
                ghostscript,
                gnuplot-nox,
                graphviz,
                hdf5-tools,
-               javahelper,
+               dh-sequence-javahelper,
                libalglib-dev,
                libavcodec-dev,
                libavformat-dev,
index c35cad06ba09f58910a206f2087258c0f1e7dce4..d1e13ba86900814ecdf21068becfae6fc7256e92 100755 (executable)
@@ -15,7 +15,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4))
 endif
 
 %:
-       dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python3 --with javahelper
+       dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
 
 extra_flags +=  \
        -DBUILD_SHARED_LIBS=ON \